chore: add issue/PR templates#1531
Conversation
Added a feature request template to streamline suggestions for feature requests.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Added a section for additional context and tradeoffs.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughAdds standardized GitHub templates: Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| @@ -0,0 +1,5 @@ | |||
| blank_issues_enabled: true | |||
| contact_links: | |||
| - name: 📚 npmx documentation | |||
There was a problem hiding this comment.
Capitalisation in name is inconsistent with the brand name used in about.
The name value uses all-lowercase npmx documentation, while the about field on line 5 correctly capitalises it as Npmx. The entry rendered in the issue chooser will display the name as-is, so contributors will see the inconsistency. Consider aligning to 📚 Npmx Documentation.
✏️ Proposed fix
- - name: 📚 npmx documentation
+ - name: 📚 Npmx Documentation
🔗 Linked issue
Resolves #1522
📚 Description
This PR introduces a minimal template for pull requests, bug reports and feature requests. It also offers a link to the Npmx docs upon clicking the "create issue" button. Credit goes mainly to what is already there on the Nuxt project.
Looks similar to this (minus discussion and security vulnerability options)
